release: 0.3.0 - #3
Merged
Merged
Conversation
Notification permission handling: - Add syncNotificationPermission() to force an on-demand OS-permission re-check and sync the change to PushFire. - Add openNotificationSettings() to deep-link the user into the OS settings page for the permanently-denied case. - Rewrite README permission docs; correct the re-request guidance. iOS registration: - Wait for the APNS token before requesting the FCM token so iOS auto-registration no longer hard-fails with apns-token-not-set. - Add PushFireConfig.getFcmTokenOverride and iosRegisterWithoutPrompt. Bump version to 0.3.0; ignore example ios derived-data logs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
0.3.0
Bundles the accumulated unreleased work and cuts version 0.3.0.
Notification permission handling
syncNotificationPermission()— force an on-demand OS-permission re-check and sync the change to PushFire (re-registers the device when it changed). Previously only happened automatically on app foreground, with no way to trigger it.openNotificationSettings()— deep-link the user into the OS settings page (wrapspermission_handler'sopenAppSettings()) for the permanently-denied case whererequestNotificationPermission()no longer prompts.iOS registration
apns-token-not-set.PushFireConfig.getFcmTokenOverrideandiosRegisterWithoutPrompt.Release mechanics
Tests: 382 passing.
flutter analyze lib/clean.dart formatclean.Merging this to main and pushing tag
v0.3.0triggers the release workflow (GitHub release + pub.dev publish via OIDC).